OPCIÓN 1

h1 {
    color: rgba(64, 0, 128, 1);/*#400080-morado*/
}

h1 {
    color: rgba(0, 102, 0, 1);/*#006600-verde*/
}



OPCIÓN 2

header h1 {
    color: rgba(77, 77, 77, 1);/*#4d4d4d-girs*/
}



OPCIÓN 3

#caja .cabecera h1 {
    color: rgba(255, 0, 0, 1);/*#ff0000-rojo*/
}



OPCIÓN 4

#caja header h1 {
    color: rgba(0, 51, 102, 1);/*#003366-azul*/
}



RESULTADO

Cabecera: "header"